home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1993 December / PSL Monthly Shareware CD-ROM (December 1993).iso / prgmming / dos / basic / vol_inf.exe / DOIT.BAT < prev    next >
DOS Batch File  |  1993-05-03  |  85b  |  6 lines

  1. cls
  2. echo This will build the QBASIC library
  3. pause
  4. link @qlnk.tmp
  5. lib @qlib.tmp
  6.